home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / railway-line.swf / scripts / DefineButton2_220 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-09-29  |  103 b   |  8 lines

  1. on(press){
  2.    if(_root.paused == 0)
  3.    {
  4.       startDrag(this,1);
  5.       my_start_y = _Y;
  6.    }
  7. }
  8.